setSoloPlaybackEnabled

abstract fun setSoloPlaybackEnabled(block: DesignBlock, enabled: Boolean)

Set whether the given block or fill should play its contents while the rest of the scene remains paused. Note: Setting this to true for one block will automatically set it to false on all other blocks.

Parameters

block

the block or fill to update.

enabled

whether the block's playback should progress as time moves on.